You are here: Symbol Reference > Stimulsoft.Base.Json.Serialization Namespace > JsonTypeReflector Class > JsonTypeReflector Methods > CreateJsonConverterInstance Method
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
JsonTypeReflector.CreateJsonConverterInstance Method

Lookup and create an instance of the JsonConverter type described by the argument.

Syntax
C++
C#
Visual Basic
public: JsonConverter CreateJsonConverterInstance( Type converterType, object[] converterArgs );
Parameters
Parameters 
Description 
converterType 
The JsonConverter type to create. 
converterArgs 
Optional arguments to pass to an initializing constructor of the JsonConverter. If null, the default constructor is used. 
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.